home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / tex / files / !tex / TeXsource / commontex / h / fmt < prev    next >
Encoding:
Text File  |  1988-04-08  |  349 b   |  21 lines

  1. /*
  2.  *    Copyright 1986, 1987 Pat Joseph Monardo. All rights reserved.
  3.  *    Copying of this file is granted according to the provisions 
  4.  *    specified in the file COPYING which must accompany this file.
  5.  */
  6.  
  7.  
  8. /*
  9.  *        fmt.h
  10.  */
  11.  
  12. global    word_file    fmt_file;
  13.  
  14. global    str    format_ident;
  15.  
  16. bool    load_fmt_file();
  17.  
  18. #ifdef INIT
  19. int        store_fmt_file();
  20. #endif
  21.